Module 4: Deploy and Update Resources
Cloud Operations on AWS
example-corp:cost-center = 78214aws ec2 create-image --instance-id ... --name ...aws ec2 copy-image| Type | Behavior | Implementation |
|---|---|---|
| Preventive | Disallows actions | Service control policies |
| Detective | Detects noncompliance | AWS Config |
| Proactive | Scans before provisioning | CloudFormation hooks |
Issue: User data fails to run — e.g., httpd startup specified but not running on the instance.
Solution: Log in to the instance, verify the user data, and check /var/log/cloud-init-output.log.
Next: Module 5 — Automate Resource Deployment
Click branch to expand